public interface IHasStatus<T> : IIdentifiable<Guid> where T : class, IDbStatusEnum
T StatusType { get; set; }
T
Guid StatusTypeId { get; set; }